public class ExamPropriety
extends java.lang.Object
Java class for ExamPropriety complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExamPropriety">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="examCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="examDescription" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="lastExecutionDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="screeningTypeCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="responseCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="responseNote" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
examCode |
protected java.lang.String |
examDescription |
protected javax.xml.datatype.XMLGregorianCalendar |
lastExecutionDate |
protected java.lang.String |
responseCode |
protected java.lang.String |
responseNote |
protected java.lang.String |
screeningTypeCode |
| Constructor and Description |
|---|
ExamPropriety() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExamCode()
Gets the value of the examCode property.
|
java.lang.String |
getExamDescription()
Gets the value of the examDescription property.
|
javax.xml.datatype.XMLGregorianCalendar |
getLastExecutionDate()
Gets the value of the lastExecutionDate property.
|
java.lang.String |
getResponseCode()
Gets the value of the responseCode property.
|
java.lang.String |
getResponseNote()
Gets the value of the responseNote property.
|
java.lang.String |
getScreeningTypeCode()
Gets the value of the screeningTypeCode property.
|
void |
setExamCode(java.lang.String value)
Sets the value of the examCode property.
|
void |
setExamDescription(java.lang.String value)
Sets the value of the examDescription property.
|
void |
setLastExecutionDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastExecutionDate property.
|
void |
setResponseCode(java.lang.String value)
Sets the value of the responseCode property.
|
void |
setResponseNote(java.lang.String value)
Sets the value of the responseNote property.
|
void |
setScreeningTypeCode(java.lang.String value)
Sets the value of the screeningTypeCode property.
|
protected java.lang.String examCode
protected java.lang.String examDescription
protected javax.xml.datatype.XMLGregorianCalendar lastExecutionDate
protected java.lang.String screeningTypeCode
protected java.lang.String responseCode
protected java.lang.String responseNote
public java.lang.String getExamCode()
Stringpublic void setExamCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getExamDescription()
Stringpublic void setExamDescription(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getLastExecutionDate()
XMLGregorianCalendarpublic void setLastExecutionDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.String getScreeningTypeCode()
Stringpublic void setScreeningTypeCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getResponseCode()
Stringpublic void setResponseCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getResponseNote()
Stringpublic void setResponseNote(java.lang.String value)
value - allowed object is
String